home *** CD-ROM | disk | FTP | other *** search
- object f_Increment: Tf_Increment
- Left = 341
- Top = 115
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Build Increment comment'
- ClientHeight = 136
- ClientWidth = 331
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object L_FileBuild: TLabel
- Left = 16
- Top = 8
- Width = 45
- Height = 13
- Caption = 'File Build '
- end
- object L_ProductBuild: TLabel
- Left = 16
- Top = 38
- Width = 72
- Height = 13
- Caption = 'L_ProductBuild'
- end
- object Label1: TLabel
- Left = 16
- Top = 68
- Width = 47
- Height = 13
- Caption = 'Comment:'
- end
- object e_fileBuild: TEdit
- Left = 120
- Top = 4
- Width = 41
- Height = 21
- TabOrder = 0
- Text = 'e_fileBuild'
- OnKeyPress = e_fileBuildKeyPress
- end
- object E_ProductBuild: TEdit
- Left = 120
- Top = 34
- Width = 41
- Height = 21
- TabOrder = 1
- Text = 'Edit1'
- OnKeyPress = e_fileBuildKeyPress
- end
- object e_comment: TEdit
- Left = 120
- Top = 64
- Width = 193
- Height = 21
- TabOrder = 2
- Text = 'e_comment'
- end
- object BitBtn1: TBitBtn
- Left = 240
- Top = 96
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- TabOrder = 3
- Kind = bkOK
- end
- end
-